home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems4.lha / GemsIV / curve_isect / README < prev    next >
Encoding:
Text File  |  1995-02-06  |  476 b   |  13 lines

  1. C++ code from the article
  2. "Intersecting Parametric Cubic Curves by Midpoint Subdivision"
  3. by R. Victor Klassen, klassen.wbst128@xerox.com
  4. in "Graphics Gems IV", Academic Press, 1994
  5.  
  6. files:
  7.     Bezier.cc    - C++ source for cubic Bezier curve intersection
  8.     Bezier.h    - header file for "
  9.     makefile
  10.     test.cc    - test program that prints out Postscript of curve intersection
  11.     testout.ps    - color Postscript output of test program
  12.     vector.h    - floating point vector library
  13.